ComputeSimpleHash(Byte[]) Method
Computes a simplified hash for the specified binary stream.
'Declaration
Public Overloads Shared Function ComputeSimpleHash( _
ByVal () As Byte _
) As Byte()
public static byte[] ComputeSimpleHash(
byte[]
)
Parameters
- stream
- The binary stream as a byte array.
Return Value
The computed simplified hash.